* {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 
 body {
    margin: 0;
    padding: 0; 
 }
 
 .header {
   width: 100%;
   background-color: #291668;
   color: white;
   height: 36px;
 } 
 
 .header_text {
   padding-top: 8px;
   text-align: center;
   font-size: 1rem;
 }
 
 .header_1 {
   width: 100%;
   height: 90px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 20px;
 }
 
 .header_image {
   width: 87px;
   height: auto;
 }
 
 ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   display: flex;
   /* justify-content: center; */
 }
 
 li {
   margin: 0 10px;
 }
 
 li a {
    font-size: 18px;
    color: rgba(73, 78, 79, 1);
    text-decoration: none;
    padding: 10px 12px;
    display: block;
    font-weight: 400;
 }
 
 li a:hover {
   color:rgba(42, 104, 119, 1);
   text-decoration: underline;
 } 
 .header_button {
   font-size: 18px;
   padding: 8px 16px;
   border-radius: 20px;
   color: white;
   background-color: #291668;
   border: none;
   cursor: pointer;
   font-weight: 400;
 }
 .header_button_1 {
   font-size: 2rem;
   padding: 8px 16px;
   color:black;
 
 }
 
 @media (max-width: 768px) {
   .header_n {
       display: none;
   }
   .header_1 {
       height: auto;
       padding: 10px;
   }
 
   .header_logo {
       margin-bottom: 10px;
   }
 
   .header_image {
       max-width: 80px;
   }
 
    ul {
       margin: 10px 0;
       flex-direction: column;
       text-align: center;
   }
 
   li {
       margin: 5px 0;
   }
 
   li a {
       font-size: 16px;
       padding: 8px 12px;
   } 
   .header_button {
       font-size: 16px;
       padding: 8px 14px;
   }
   .header_button_1 {
       font-size: 2rem;
       padding: 8px 14px;
   }
 } 
 .responsive_n,
 .responsive_n_n {
  display: none;
 }
 
      .responsive_ul {
          background-color: #0092df;
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 50%;
          height: 100vh;
      }
 
      .responsive_ul li {
          list-style: none;
          text-decoration: none;
          padding: 10px 0px;
      }
 
      .responsive_ul li a {
          text-decoration: none;
          color: white;
          font-weight: bold;
          font-size: 1.1rem;
      }
 
      .fa-xmark {
          display: none;
          font-size: 2rem;
          color: black;
      }
 
      .fa-bars {
          display: block;
          font-size: 2rem;
          color: black;
      }
      @media (max-width: 768px) {
 .responsive_n_n {
  display: block;
 }
 }
 
 #sidebar{
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 300px;
   position: absolute;
   animation: name 0.5s ease forwards;
 }
 @keyframes name {
   from{
       transform: translate(100%);
   }
 }
 
 .quick_con {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    max-width: 90%;
    margin: auto;
    padding: 90px 0;
 }
 
 
 .quick_left {
    width: 48%;
    /* margin-top: 32px; */
 }
 
 .quick_header {
    font-size: 3rem;
    font-weight: 600;
    color: rgba(41, 22, 104, 1);
    font-weight: 700;
 }
 
  .quick_header_span{
  color:rgba(64, 189, 255, 1);
  font-size: 3rem;
  font-weight: 700;
 }
 .quick_p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    color:rgba(66, 69, 69, 1);
 }
 
 .quick_button {
    border-radius: 20px;
    padding: 10px 20px;
    background-color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid #291668;
    color: rgba(41, 22, 104, 1);
    cursor: pointer;
 }
 
 .quick_button:hover {
    background-color: #291668;
    color: white;
 }
 
 
 .quick_right {
    width: 48%;
 }
 
 .quick_image {
    width: 100%;
    height: auto;
 }
 @media (max-width: 768px) {
   .quick_con {
       flex-direction: column; 
       align-items: center; 
   }
   .quick_header  {
       font-size: 2.5rem;
   }
   .quick_left,
   .quick_right {
       width: 100%; 
       text-align: center; 
       margin-bottom: 30px; 
   }
 
   .quick_image {
       max-width: 100%; 
   }
 
   .quick_button {
       width: 50%; 
   }
 }

.container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_1 {
    width: 48%;
    max-width: 900px; 
    margin: 0 auto; 

  
}
.parvat_img {
    width: 100%;
       }
/* .container_2 {
    padding: 100px 0px ;
} */
.main {
    display: flex;
    margin-bottom: 20px; 
}
.main_img {
    width: 50px;
    height: auto;
    padding-right: 8px;
}

.fonts_1 {
    font-size: 2rem;
    color: #b09cee;
    font-weight: 700;
}

.fonts_2 {
    font-size: 0.9rem;
    font-weight: 500;
}

.fonts_1_2 {
    color: #0092DF;
}

.p {
    display: flex;
}

.p_2 {
    padding: 0px 50px;
}

.fonts_3 {
    font-size: 1.1rem;
    font-weight: 400;
    padding: 5px 0px;
}
@media (max-width: 768px) { 
    .container {
        max-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .parvat_img {
 width: 100%;
    }
    .container_2 {
        width: 100%;
        padding: 0px 0px;
    }
    .p {
        display:block;
    }
    
    .p_2 {
        padding: 0px 0px;
    }
    .main {
        max-width: 90%;
        margin: auto;
    }
}





.container_1_1 {
    width: 100%;
    padding: 20px 10px; 
    box-sizing: border-box; 
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly;
    align-items: center;
}

.container_1_2 {
    width: 48%;
    max-width: 900px;
    margin: 0 auto;
}
.container_1_2_img {
    width: 100%;
}
.container_div {
    font-size: 24px;
    font-weight: 700;
    color: #0092DF;
    margin-bottom: 10px; 
}

.container_p {
    font-size: 1rem;
    font-weight: 400;
    color: #4E4E4E;
    margin-bottom: 0; 
}

.container_1_2 img {
    max-width: 100%; 
    height: auto;
}

@media (max-width: 768px) {
    .container_1_2 {
        width: 100%; 
    }
   .container_1_1 {
        align-items: center;
        flex-direction: column-reverse;
    }
       .container_1 {
        width: 100%;
    }
}

  .container_2_1 {
    width: 100%;
    margin: 50px 0px;
    padding: 0 20px; 
    box-sizing: border-box; 
}

.container_center {
    text-align: center;
    padding: 0 10px; 
}

.container_h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a0e42;
    margin-top: 0; 
}

.container_p_1 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px; 
}

.name {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.name_1 {
    width: 280px;
    margin-bottom: 20px; 
    text-align: center;
    padding: 10px;
    box-sizing: border-box; 
}

.name_div {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2; 
}

.name_P {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 5px; 
    margin-bottom: 0; 
}


@media (max-width: 768px) {
    .name_1 {
        width: calc(100% - 20px); 
        margin-bottom: 20px;
    }
}


 .bank_div {
    background: #d9f1fd;
}
.bank_img {
    width: 100%;
    height: auto;
    padding: 20px 0px;
} 

.location {
    width: 100%;
    margin: 40px 0px;
}
.location_1 {
    text-align: center;
}
.location_p {
    display: flex;
  justify-content: space-evenly;
  margin: 25px 0px;
}
.location_click {
    text-align: center;
  margin: 25px 0px;
}
/* .location_button {
    padding: 10px 20px;
  background: white;
  border-radius: 22px;
  border: 1px solid #291668;
  color: #291668;
  font-size: 1rem;
} */
.location_h1 {
    font-size: 2.8rem;
  font-weight: 700;
  color: #1d1244;
}
.location_p {
    font-size: 1.3rem;
  font-weight: 700;
  color: rgba(41, 22, 104, 1);
}

@media (max-width: 768px) { 
    .location_p {
        display: block;
        text-align: center;
    } 
}

.work {
    max-width: 100%;
 }
 

 .Application {
   width: 100%;
   padding: 50px 0px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   max-width: 90%;
   margin: auto;
}
 .Application_back {
    background: #d9f1fd; 
    width: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
 }
 .Application_back_1 {
    max-width: 90%;
    margin: auto;
 }

 .Application_header_5 {
    width: 48%; 
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* text-align: center;  */
 }
 

 .Application_header_5 img {
    max-width: 100%; 
    height: auto;
    margin: 0 auto;
 }
 
 .Application_h1_5 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    margin: 22px 52px;
 }
 
 .Application_p_5 {
   font-size: 1.1rem;
   line-height: 1.6;
   font-weight: 500;
   margin-top: 10px;
 }
 
 .Application_form {
    width: 100%;
    max-width: 400px;
    margin: auto;
    background: white;
    border-radius: 20px;
    padding: 40px 10px;
 }
 
 .Application_label {
    font-size: 1rem;
    margin-bottom: 5px;
    float: inline-start;
    padding: 0px 17px;
 }
 
 
 .Application_input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    border-radius: 24px;
    border: 1px solid #ccc;
    background: white;
 }
 .Application_submit_div {
    text-align: center;
    margin-top: 20px; 
 }
 
 .Application_submit {
    border-radius: 20px;
    padding: 10px 30px;
    background-color: #291668;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
 }
 
 .Application_submit:hover {
    background-color: #1a0c4e;
 }
 
 @media (max-width: 768px) {
    .Application_header_1,
    .Application_header_2,
    .Application_header_3,
    .Application_header_4,
    .Application_header_5 {
        width: 100%;
    }
  
    .Application_2,
    .Application_4 {
        align-items: center;
    flex-direction: column-reverse;
    }
    .Application_header_1 img, .Application_header_2 img, .Application_header_3 img, .Application_header_4 img, .Application_header_5 img {
        max-width: 100%;
        height: auto;
        left: 100px;
        margin: 0 auto;
    }
    .Application_h1_1, .Application_h1_2, .Application_h1_3, .Application_h1_4, .Application_h1_5 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
        margin: 22px 10px;
 }
 .Application_p_1, .Application_p_2, .Application_p_3, .Application_p_4, .Application_p_5 {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 90%;
    margin: auto;
 }
 }







 .footer_css {
    width: 100%;
    background-color: #291668;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
 }
 
 .footer_div {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
 }
 
 .footer_h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
 }
 
 .footer_p {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 10px;
 }
 .font{
    font-family: sans-serif;
}
 
 .footer_icon {
    display: flex;
    justify-content: unset; 
    margin-top: 10px;
 }
 
 .footer_icon_img {
    margin: 0 5px;
 }
 
 .footer_img {
    margin-right: 10px;
    vertical-align: middle;
 }
 
 .footer_img_2 {
    width: 20px;
    height: 23px;
    
    vertical-align: middle;
 }
 
 .footer_img_3 {
    width: 22px;
    margin-bottom: 35px;
    height: 22px;
    vertical-align: middle;
 }
 
 .footer_1, .footer_2, .footer_3 {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin: 10px 0;
 }
 
 
 @media (max-width: 768px) {
    .footer_div {
       margin: 20px;
       flex-direction: column;
       display: flex;
       max-width: 90%;
    }
    .footer_css {
       display: flex;
     flex-wrap: wrap;
    }
 }